Vcenter Namespaces Networks Nsx Subnets Condition

Vcenter Namespaces Networks Nsx Subnets Condition
Vcenter Namespaces Networks Nsx Subnets Condition

Condition defines condition of the Vcenter Namespaces Networks Nsx Subnets Entity.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "type": "string",
    "condition_status": "string",
    "time_stamp": "string",
    "reason": "string",
    "message": "string"
}
string
type
Required

Type of the condition. Possible values can be:

  • Ready

This property was added in vSphere API 9.0.0.0.

string
condition_status
Required

Status of the condition. Possible values are:

  • True
  • False
  • Unknown

This property was added in vSphere API 9.0.0.0.

string As date-time As date-time
time_stamp
Optional

Last time the condition transitioned from one status to another. This should be the time when the underlying condition changed.

This property was added in vSphere API 9.0.0.0.

This field could be missing or null when the time of change of the condition is not known.

string
reason
Required

This shows a brief reason of condition.

This property was added in vSphere API 9.0.0.0.

string
message
Required

This shows a human-readable message about condition.

This property was added in vSphere API 9.0.0.0.